/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
}{
}{
}{          optometrie-lehmann
}{       
}{                   2013
}{
}{
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@font-face {
    font-family: 'futura-pt';
    src: url('../fonts/futura_light_bt.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura-pt';
    src: url('../fonts/Futura_Heavy_font.ttf');
    font-weight: bold;
    font-style: normal;
}

body
{
    font-family: "futura-pt", Futura, "Gill Sans", "Century Gothic", "Dejavu Sans", "Trebuchet MS", sans-serif;
    font-style: normal;
    font-size: 20px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    padding: 0px 0px;
    margin: 0px 0px;
    background-color: #0080ac;
    overflow-x: hidden;
    overflow-y: scroll;
}

em, h1, h2
{
    font-style: normal;
    font-weight: normal;
    margin: 0;
}

h2
{
    font-size: 20px;
    font-size: 1.2rem;
}

ul, figure
{
    margin: 0px;
    padding: 0px;
    bottom: 0px;
}

li
{
    list-style: none;
}

img
{
    border: 0px;
}

a
{
    color: #FFF;
    text-decoration: none;
}

    a:hover
    {
        color: #FFF;
        text-decoration: underline;
    }

header
{
    background-color: #c8d100;
    color: #fff;
    height: 140px;
    padding-top: 9%;
}

    header > div
    {
        margin: 0 auto;
        max-width: 960px;
        padding: 0 10%;
    }

    header ul
    {
        float: left;
    }

#op-logo
{
    float: right;
    margin-right: 247px;
}

nav
{
    background-color: #c8d100;
    color: #0080ac;
    height: 300px;
    position: relative;
}

    nav > div
    {
        margin: 0 auto;
        max-width: 960px;
        padding: 0 10%;
    }

    nav ul
    {
    }

#op-lens-2
{
    margin: 0 0 -3px -57px;
}

section
{      
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding: 0 10%;
    position: relative;
}

    section > div
    {
        float: right;
        margin-top: -133px;
        width: 300px;
    }

    section figure
    {
        margin-bottom: -16px;
        margin-left: -59px;
        position: absolute;
    }

#op-lens-1
{
    margin-top: -28px;
}

#op-jutta
{
    margin-bottom: 5px;
}

.Impressum header h3,
.Impressum article {
    margin: 0 auto;
    max-width: 960px;
    padding: 15px 10%;
    clear: both;
}

.Impressum header h3 {
    padding-top: 18px;
    font-size: 34px;
    font-size: 1.8em;
    font-weight: 400;
}

.Impressum article strong {
    font-size: 20px;
    font-size: 1.2rem;
    line-height: 2.0;
}

.Impressum article {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}


footer {
    border-top: 1px solid;
    text-align: right;
    padding: 20px;
    margin: 450px 90px 15px;
}





